type runtime.notifyList
7 uses
runtime (current package)
sema.go#L521: type notifyList struct {
sema.go#L552: func notifyListAdd(l *notifyList) uint32 {
sema.go#L562: func notifyListWait(l *notifyList, t uint32) {
sema.go#L597: func notifyListNotifyAll(l *notifyList) {
sema.go#L630: func notifyListNotifyOne(l *notifyList) {
sema.go#L684: if sz != unsafe.Sizeof(notifyList{}) {
sema.go#L685: print("runtime: bad notifyList size - sync=", sz, " runtime=", unsafe.Sizeof(notifyList{}), "\n")
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |